gusucode.com > 瑞格先锋网络新闻管理系统 1 > 瑞格先锋网络新闻管理系统 1.3/ReadygoNews/JScript/Couplet.js

    <!--
if (window.screen.width > 800)
{
	document.write("<div id='myleft' style='left: 0px; position: absolute; visibility: visible; z-index: 1;'>");
	document.write("<a href='http://www.readygo.com.cn' target='_blank'>");
	document.write("<img alt='更多精彩,无限感动,尽在瑞格先锋新闻系统。' height='190' src='UpLoad/poster.gif' width='120' />");
	document.write("</a><br><div onclick='wincloseleft();' align='right' style='cursor:hand; '>关闭</div>");
	document.write("</div>");
	document.write("<div id='myright' style='right: 0px; position: absolute; visibility: visible; z-index: 1;'>");
	document.write("<a href='http://www.readygo.com.cn' target='_blank'>");
	document.write("<img alt='更多精彩,无限感动,尽在瑞格先锋新闻系统。' height='190' src='UpLoad/poster.gif' width='120' />");
	document.write("</a><br><div onclick='wincloseright();' align='right' style='cursor:hand; '>关闭</div>");
	document.write("</div>");
	CoupletMove();
}

function CoupletMove() {
	document.getElementById("myleft").style.top = document.documentElement.scrollTop + 60;
	document.getElementById("myright").style.top = document.documentElement.scrollTop + 60;
	setTimeout('CoupletMove()',500);
}
function wincloseleft()
{
myleft.style.visibility='hidden';
}
function wincloseright()
{
myright.style.visibility='hidden';
}
// -->